From cab644a7bafb493a30554835d0172f2403969739 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 3 Jul 2015 14:18:46 -0400 Subject: [PATCH] Fix double scrollbar issue https://twitter.com/steveklabnik/status/617031020429373440 --- src/doc/stylesheets/all.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/doc/stylesheets/all.css b/src/doc/stylesheets/all.css index d416a2ad8..3c0bdc2b2 100644 --- a/src/doc/stylesheets/all.css +++ b/src/doc/stylesheets/all.css @@ -17,7 +17,6 @@ body { -webkit-align-items: center; align-items: center; font-family: sans-serif; - overflow-y: scroll; } a { color: #00ac5b; text-decoration: none; } -- 2.30.2